home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TURNON
/
TIME
/
TIMELINE.DIR
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1995-05-17
|
916b
|
32 lines
on startmovie
set the puppet of sprite 8 = true
set the constraint of sprite 8 to 9
set the visibility of sprite 2 = false
set the visibility of sprite 3 = false
set the visibility of sprite 4 = false
set the visibility of sprite 5 = false
set the visibility of sprite 6 = false
set the visibility of sprite 7 = false
set the visibility of sprite 8 = false
end startmovie
--
--
on SetThePlaList FutureMovie
global gMovieCount, gPlaylistMasterList, AutoPlayMode,gMainMovie
if count (gPlaylistMasterList) > gMovieCount then
put getPos(gPlaylistMasterList,FutureMovie) into FuturePosition
put getAt (gPlaylistMasterList, FuturePosition) into nextMovie
tell the stage to go to movie nextMovie
set gMovieCount = FuturePosition
else
tell the stage to go to movie gMainMovie
set gMovieCount = 0
end if
end SetThePlaList